home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Win32 / fdraw / fdraw.mak next >
Encoding:
Text File  |  1995-07-12  |  9.7 KB  |  350 lines

  1. # Microsoft Visual C++ Generated NMAKE File, Format Version 2.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "Win32 Release" && "$(CFG)" != "Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "fdraw.mak" CFG="Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. ################################################################################
  27. # Begin Project
  28. # PROP Target_Last_Scanned "Win32 Debug"
  29. MTL=MkTypLib.exe
  30. CPP=cl.exe
  31. RSC=rc.exe
  32.  
  33. !IF  "$(CFG)" == "Win32 Release"
  34.  
  35. # PROP BASE Use_MFC 0
  36. # PROP BASE Use_Debug_Libraries 0
  37. # PROP BASE Output_Dir "WinRel"
  38. # PROP BASE Intermediate_Dir "WinRel"
  39. # PROP Use_MFC 0
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir "..\bin"
  42. # PROP Intermediate_Dir "WinRel"
  43. OUTDIR=..\bin
  44. INTDIR=.\WinRel
  45.  
  46. ALL : $(OUTDIR)/fdraw.exe $(OUTDIR)/fdraw.bsc
  47.  
  48. $(OUTDIR) : 
  49.     if not exist $(OUTDIR)/nul mkdir $(OUTDIR)
  50.  
  51. $(INTDIR) : 
  52.     if not exist $(INTDIR)/nul mkdir $(INTDIR)
  53.  
  54. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  55. # ADD MTL /nologo /D "NDEBUG" /win32
  56. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  57. # ADD BASE CPP /nologo /W3 /GX /YX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /c
  58. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /c
  59. # SUBTRACT CPP /YX /Fr
  60. CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\..\\" /D "WIN32" /D "NDEBUG" /D\
  61.  "_WINDOWS" /Fo$(INTDIR)/ /c 
  62. CPP_OBJS=.\WinRel/
  63. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  64. # ADD RSC /l 0x409 /d "NDEBUG"
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. BSC32_FLAGS=/nologo /o$(OUTDIR)/"fdraw.bsc" 
  69. BSC32_SBRS= \
  70.     
  71.  
  72. $(OUTDIR)/fdraw.bsc : $(OUTDIR)  $(BSC32_SBRS)
  73. LINK32=link.exe
  74. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NOLOGO /SUBSYSTEM:windows /MACHINE:I386
  75. # ADD LINK32 ..\bin\fresco.lib ..\bin\figures.lib ..\bin\layouts.lib ..\bin\widgets.lib /NOLOGO /SUBSYSTEM:windows /MACHINE:I386
  76. LINK32_FLAGS=..\bin\fresco.lib ..\bin\figures.lib ..\bin\layouts.lib\
  77.  ..\bin\widgets.lib /NOLOGO /SUBSYSTEM:windows /INCREMENTAL:no\
  78.  /PDB:$(OUTDIR)/"fdraw.pdb" /MACHINE:I386 /OUT:$(OUTDIR)/"fdraw.exe" 
  79. DEF_FILE=
  80. LINK32_OBJS= \
  81.     .\WinRel\fdraw.obj \
  82.     .\WinRel\schema.obj \
  83.     .\WinRel\manipulators.obj \
  84.     .\WinRel\commands.obj \
  85.     .\WinRel\tools.obj \
  86.     .\WinRel\figviewer.obj \
  87.     .\WinRel\visitors.obj \
  88.     .\WinRel\selection.obj \
  89.     .\WinRel\main.obj
  90.  
  91. $(OUTDIR)/fdraw.exe : $(OUTDIR)  $(DEF_FILE) $(LINK32_OBJS)
  92.     $(LINK32) @<<
  93.   $(LINK32_FLAGS) $(LINK32_OBJS)
  94. <<
  95.  
  96. !ELSEIF  "$(CFG)" == "Win32 Debug"
  97.  
  98. # PROP BASE Use_MFC 0
  99. # PROP BASE Use_Debug_Libraries 1
  100. # PROP BASE Output_Dir "WinDebug"
  101. # PROP BASE Intermediate_Dir "WinDebug"
  102. # PROP Use_MFC 0
  103. # PROP Use_Debug_Libraries 1
  104. # PROP Output_Dir "..\bin"
  105. # PROP Intermediate_Dir "WinDebug"
  106. OUTDIR=..\bin
  107. INTDIR=.\WinDebug
  108.  
  109. ALL : $(OUTDIR)/fdraw.exe $(OUTDIR)/fdraw.bsc
  110.  
  111. $(OUTDIR) : 
  112.     if not exist $(OUTDIR)/nul mkdir $(OUTDIR)
  113.  
  114. $(INTDIR) : 
  115.     if not exist $(INTDIR)/nul mkdir $(INTDIR)
  116.  
  117. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  118. # ADD MTL /nologo /D "_DEBUG" /win32
  119. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  120. # ADD BASE CPP /nologo /W3 /GX /Zi /YX /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /c
  121. # ADD CPP /nologo /MD /W3 /GX /Zi /YX /Od /I "..\..\..\\" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /c
  122. CPP_PROJ=/nologo /MD /W3 /GX /Zi /YX /Od /I "..\..\..\\" /D "WIN32" /D "_DEBUG"\
  123.  /D "_WINDOWS" /FR$(INTDIR)/ /Fp$(OUTDIR)/"fdraw.pch" /Fo$(INTDIR)/\
  124.  /Fd$(OUTDIR)/"fdraw.pdb" /c 
  125. CPP_OBJS=.\WinDebug/
  126. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  127. # ADD RSC /l 0x409 /d "_DEBUG"
  128. BSC32=bscmake.exe
  129. # ADD BASE BSC32 /nologo
  130. # ADD BSC32 /nologo
  131. BSC32_FLAGS=/nologo /o$(OUTDIR)/"fdraw.bsc" 
  132. BSC32_SBRS= \
  133.     .\WinDebug\fdraw.sbr \
  134.     .\WinDebug\schema.sbr \
  135.     .\WinDebug\manipulators.sbr \
  136.     .\WinDebug\commands.sbr \
  137.     .\WinDebug\tools.sbr \
  138.     .\WinDebug\figviewer.sbr \
  139.     .\WinDebug\visitors.sbr \
  140.     .\WinDebug\selection.sbr \
  141.     .\WinDebug\main.sbr
  142.  
  143. $(OUTDIR)/fdraw.bsc : $(OUTDIR)  $(BSC32_SBRS)
  144.     $(BSC32) @<<
  145.   $(BSC32_FLAGS) $(BSC32_SBRS)
  146. <<
  147.  
  148. LINK32=link.exe
  149. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NOLOGO /SUBSYSTEM:windows /DEBUG /MACHINE:I386
  150. # ADD LINK32 ..\bin\fresco.lib ..\bin\figures.lib ..\bin\layouts.lib ..\bin\widgets.lib /NOLOGO /SUBSYSTEM:windows /DEBUG /MACHINE:I386
  151. LINK32_FLAGS=..\bin\fresco.lib ..\bin\figures.lib ..\bin\layouts.lib\
  152.  ..\bin\widgets.lib /NOLOGO /SUBSYSTEM:windows /INCREMENTAL:yes\
  153.  /PDB:$(OUTDIR)/"fdraw.pdb" /DEBUG /MACHINE:I386 /OUT:$(OUTDIR)/"fdraw.exe" 
  154. DEF_FILE=
  155. LINK32_OBJS= \
  156.     .\WinDebug\fdraw.obj \
  157.     .\WinDebug\schema.obj \
  158.     .\WinDebug\manipulators.obj \
  159.     .\WinDebug\commands.obj \
  160.     .\WinDebug\tools.obj \
  161.     .\WinDebug\figviewer.obj \
  162.     .\WinDebug\visitors.obj \
  163.     .\WinDebug\selection.obj \
  164.     .\WinDebug\main.obj
  165.  
  166. $(OUTDIR)/fdraw.exe : $(OUTDIR)  $(DEF_FILE) $(LINK32_OBJS)
  167.     $(LINK32) @<<
  168.   $(LINK32_FLAGS) $(LINK32_OBJS)
  169. <<
  170.  
  171. !ENDIF 
  172.  
  173. .c{$(CPP_OBJS)}.obj:
  174.    $(CPP) $(CPP_PROJ) $<  
  175.  
  176. .cpp{$(CPP_OBJS)}.obj:
  177.    $(CPP) $(CPP_PROJ) $<  
  178.  
  179. .cxx{$(CPP_OBJS)}.obj:
  180.    $(CPP) $(CPP_PROJ) $<  
  181.  
  182. ################################################################################
  183. # Begin Group "Source Files"
  184.  
  185. ################################################################################
  186. # Begin Source File
  187.  
  188. SOURCE=\faslab\Fresco\cmd\fdraw\fdraw.cxx
  189.  
  190. !IF  "$(CFG)" == "Win32 Release"
  191.  
  192. .\WinRel\fdraw.obj :  $(SOURCE)  $(INTDIR)
  193.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  194.  
  195. !ELSEIF  "$(CFG)" == "Win32 Debug"
  196.  
  197. .\WinDebug\fdraw.obj :  $(SOURCE)  $(INTDIR)
  198.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  199.  
  200. !ENDIF 
  201.  
  202. # End Source File
  203. ################################################################################
  204. # Begin Source File
  205.  
  206. SOURCE=\faslab\Fresco\cmd\fdraw\schema.cxx
  207.  
  208. !IF  "$(CFG)" == "Win32 Release"
  209.  
  210. .\WinRel\schema.obj :  $(SOURCE)  $(INTDIR)
  211.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  212.  
  213. !ELSEIF  "$(CFG)" == "Win32 Debug"
  214.  
  215. .\WinDebug\schema.obj :  $(SOURCE)  $(INTDIR)
  216.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  217.  
  218. !ENDIF 
  219.  
  220. # End Source File
  221. ################################################################################
  222. # Begin Source File
  223.  
  224. SOURCE=\faslab\Fresco\cmd\fdraw\manipulators.cxx
  225.  
  226. !IF  "$(CFG)" == "Win32 Release"
  227.  
  228. .\WinRel\manipulators.obj :  $(SOURCE)  $(INTDIR)
  229.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  230.  
  231. !ELSEIF  "$(CFG)" == "Win32 Debug"
  232.  
  233. .\WinDebug\manipulators.obj :  $(SOURCE)  $(INTDIR)
  234.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  235.  
  236. !ENDIF 
  237.  
  238. # End Source File
  239. ################################################################################
  240. # Begin Source File
  241.  
  242. SOURCE=\faslab\Fresco\cmd\fdraw\commands.cxx
  243.  
  244. !IF  "$(CFG)" == "Win32 Release"
  245.  
  246. .\WinRel\commands.obj :  $(SOURCE)  $(INTDIR)
  247.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  248.  
  249. !ELSEIF  "$(CFG)" == "Win32 Debug"
  250.  
  251. .\WinDebug\commands.obj :  $(SOURCE)  $(INTDIR)
  252.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  253.  
  254. !ENDIF 
  255.  
  256. # End Source File
  257. ################################################################################
  258. # Begin Source File
  259.  
  260. SOURCE=\faslab\Fresco\cmd\fdraw\tools.cxx
  261.  
  262. !IF  "$(CFG)" == "Win32 Release"
  263.  
  264. .\WinRel\tools.obj :  $(SOURCE)  $(INTDIR)
  265.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  266.  
  267. !ELSEIF  "$(CFG)" == "Win32 Debug"
  268.  
  269. .\WinDebug\tools.obj :  $(SOURCE)  $(INTDIR)
  270.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  271.  
  272. !ENDIF 
  273.  
  274. # End Source File
  275. ################################################################################
  276. # Begin Source File
  277.  
  278. SOURCE=\faslab\Fresco\cmd\fdraw\figviewer.cxx
  279.  
  280. !IF  "$(CFG)" == "Win32 Release"
  281.  
  282. .\WinRel\figviewer.obj :  $(SOURCE)  $(INTDIR)
  283.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  284.  
  285. !ELSEIF  "$(CFG)" == "Win32 Debug"
  286.  
  287. .\WinDebug\figviewer.obj :  $(SOURCE)  $(INTDIR)
  288.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  289.  
  290. !ENDIF 
  291.  
  292. # End Source File
  293. ################################################################################
  294. # Begin Source File
  295.  
  296. SOURCE=\faslab\Fresco\cmd\fdraw\visitors.cxx
  297.  
  298. !IF  "$(CFG)" == "Win32 Release"
  299.  
  300. .\WinRel\visitors.obj :  $(SOURCE)  $(INTDIR)
  301.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  302.  
  303. !ELSEIF  "$(CFG)" == "Win32 Debug"
  304.  
  305. .\WinDebug\visitors.obj :  $(SOURCE)  $(INTDIR)
  306.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  307.  
  308. !ENDIF 
  309.  
  310. # End Source File
  311. ################################################################################
  312. # Begin Source File
  313.  
  314. SOURCE=\faslab\Fresco\cmd\fdraw\selection.cxx
  315.  
  316. !IF  "$(CFG)" == "Win32 Release"
  317.  
  318. .\WinRel\selection.obj :  $(SOURCE)  $(INTDIR)
  319.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  320.  
  321. !ELSEIF  "$(CFG)" == "Win32 Debug"
  322.  
  323. .\WinDebug\selection.obj :  $(SOURCE)  $(INTDIR)
  324.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  325.  
  326. !ENDIF 
  327.  
  328. # End Source File
  329. ################################################################################
  330. # Begin Source File
  331.  
  332. SOURCE=\faslab\Fresco\cmd\fdraw\main.cxx
  333.  
  334. !IF  "$(CFG)" == "Win32 Release"
  335.  
  336. .\WinRel\main.obj :  $(SOURCE)  $(INTDIR)
  337.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  338.  
  339. !ELSEIF  "$(CFG)" == "Win32 Debug"
  340.  
  341. .\WinDebug\main.obj :  $(SOURCE)  $(INTDIR)
  342.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  343.  
  344. !ENDIF 
  345.  
  346. # End Source File
  347. # End Group
  348. # End Project
  349. ################################################################################
  350.